01. Overview

Lesson Intro Heading

Overview

FSND C2 L2 A01 Lesson Intro

Lesson Outline

This section will lay the foundation for the rest of the course. You'll learn more about the HTTP protocol and how to implement an API using the Flask microframework. Here's what we'll cover:

  • HTTP Basics
    • Methods
    • Requests
    • Responses
    • Status Codes
  • Flask Microframework Intro
    • Creating your first basic endpoints
    • Testing the response using Curl

Technologies

In this lesson the new technologies you'll use are:

  • Flask
  • Curl